home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Spiele / BoulderDäsh / Install / BoulderDäsh.install < prev    next >
Text File  |  2000-05-17  |  31KB  |  797 lines

  1. ; $VER: BoulderDäsh.install 4.29 (02.04.00)
  2. ; Install script for BoulderDäsh (Workbench 2.0 or higher)
  3. ;
  4. (COMPLETE 0)
  5. ;(USER 2)
  6. ;(DEBUG)
  7. (SET #ApplicationName "BoulderDäsh")
  8. (SET #ApplicationDir "sys:")
  9. (SET #ApplicationDir1 "work:")
  10. (SET #ApplicationDir2 "games:")
  11. (SET #ApplicationDir3 "game:")
  12. (SET #ApplicationDir4 "work:games")
  13. (SET #ArchiveDir "/")
  14. (SET #Language -1)
  15. (SET #Documents -1)
  16. (SET #ApplicationKeyfile (CAT #ApplicationName ".key"))
  17. (SET #CDMode "0") ;"1" if used on BoulderDäshCD:
  18. ;=============================================================================
  19. ; English strings
  20. ;=============================================================================
  21.  
  22. (SET default_lang 4)
  23.  
  24. (SET #bad-kick "You must have at least Workbench 2.0+")
  25. (SET #bad-installer
  26. (CAT "You have an old version of the program 'Installer' "
  27.      "on your Amiga!\n\nThe installation procedure needs at least Installer 42.9.\n\n"
  28.      "Please check your configuration!\n"
  29. ))
  30.  
  31. (SET #App-InstallMsg
  32. (CAT "\n\n%s Installation Script.\n\n"
  33.         "This script installs %s on your Amiga.\n\n"
  34.         "Read the guide file for more information\n"
  35.         " on the distribution of %s.\n\n"
  36.         "%s © 1995-2000 Guido Mersmann\n"
  37.         "All rights reserved."
  38. ))
  39. (SET #App-MainMode "Please choose mode:")
  40. (SET #App-InstallMode "Please choose the type of installation:")
  41.  
  42. (SET #App-Where
  43. (CAT "Where would you like to install %s ?\n"
  44.         "(A drawer will be created)"
  45. ))
  46.  
  47. (SET #App-Update
  48. (CAT "\n\nA %s drawer does already exist in the selected "
  49.         " directory.\n\n By selecting \"Proceed\", you"
  50.         " indicate that you want to update the %s"
  51.         " installation with the most recent version.\n\n"
  52.         "Several %s specific files will be overwritten!"
  53. ))
  54.  
  55. (SET #App-Main "Which %s version should be installed ?")
  56. (SET #App-Main-help
  57. (CAT "The OS2.0+ version should only be used on Systems with OS2."
  58.      " The OS2.1+ and the OS3.0+ version need less Memory. Locale is required!"
  59.      " Special OS3.0+ functions are used to save more memory."
  60. ))
  61.  
  62. (SET #App-Language "Which languages should be installed ?")
  63. (SET #App-Language-help
  64. (CAT "\nThe Amiga can be operated in many different"
  65.           " languages."
  66.           "To reduce the amount of space consumed by the"
  67.           " language files, you can select to have only the"
  68.           " files of specific languages copied.\n\n"
  69.           "Simply check the boxes of the languages you wish"
  70.           " to have available on your system.\n\n"
  71.           @askoptions-help
  72. ))
  73.  
  74. (SET #App-Docs "Which Amiga-guide files should be installed ?")
  75.  
  76. (SET #startup-prompt    "\n\nSome lines need to be added to S:User-Startup for %s\n\n%s")
  77.  
  78. (SET #App-Exit "\n\n%s installed !!\n\n%s can be found in your \"%s\" drawer (or partiton).")
  79. ;--------- DEINSTALLATION STRINGS
  80. (SET #App-DeInstallWhere "Where is the location of %s ?\n")
  81. (SET #App-Install "Install")
  82. (SET #App-DeInstall "Deinstall")
  83. (SET #bad-DeInstall "There is no %s installation at the specified position!")
  84. (SET #StartupRemove-prompt "\nRemove %s lines within your user-startup?")
  85. (SET #Deinstall-Done "\n%s is now deinstalled.")
  86. ;--------- MINIMUM INSTALLATION STRINGS
  87. (SET #App-InstMinimum "Minimum Installation")
  88. (SET #App-InstMaximum "Maximum Installation")
  89. (SET #App-InstMaximumHelp
  90. (CAT  "\nThe minimum installation requires around 3KB on your hard disk!"
  91.       " It is creating an script file, an icon and some drawers to save"
  92.       " BoulderDäsh specific data like settings, scores, your own levels,"
  93.       " etc."
  94.       "\n\nThe maximum installation requires around 7MB on your hard disk!"
  95.       " A complete installation will speed up the game loading! That`s all."
  96.       " The game play is absolute the same, even when using an 1x CDROM!"
  97.       "\n\nThe CD is required for copyright protection, exept you own an "
  98.       " BoulderDäsh keyfile."
  99. ))
  100. ;=============================================================================
  101. ; German strings
  102. ;=============================================================================
  103. (IF (= @language "deutsch")
  104. (
  105. (SET default_lang 2)
  106.  
  107. (SET #bad-kick "Sie benötigen Workbench 2.0 oder größer")
  108. (SET #bad-installer
  109. (CAT "Achtung! Es ist eine alte Version des Programmes 'Installer' "
  110.      "auf Ihrem Amiga!\n\nDie Installation benötigt mindestens Installer 42.9.\n\n"
  111.      "Bitte überprüfen Sie Ihre Konfiguration!\n"
  112. ))
  113.  
  114. (SET #App-InstallMsg
  115. (CAT "\n%s Installationsskript.\n\n"
  116.         "Dieses Skript installiert oder deinstalliert\n"
  117.         "%s auf Ihrem Amiga.\n\n"
  118.         "Lesen Sie die Anleitungsdatei für weitere Informationen\n"
  119.         " über den Vertrieb von %s.\n\n"
  120.         "%s © 1995-2000 Guido Mersmann\n"
  121.         "Alle Rechte reserviert."
  122. ))
  123. (SET #App-MainMode "Wählen Sie den gewüschten Vorgang:")
  124. (SET #App-InstallMode "Wählen Sie die Art der Installation:")
  125.  
  126. (SET #App-Where
  127. (CAT "Wo möchten Sie %s installieren ?\n"
  128.         "(Ein Verzeichnis wird angelegt)"
  129. ))
  130.  
  131. (SET #App-Update
  132. (CAT "\nEin %s-Verzeichnis existiert im ausgewählen"
  133.         " Verzeichnis.\n\n Wenn Sie fortfahren,"
  134.         " bestätigen Sie, daß Sie die alte %s-Installation"
  135.         " mit der neuesten Version überschreiben wollen.\n\n"
  136.         "Verschiedene %s-Dateien (z.B überflüssige Dateien) werden falls nötig überschrieben!"
  137. ))
  138.  
  139. (SET #App-Main "Welche Version von %s möchten Sie installieren?")
  140. (SET #App-Main-help
  141. (CAT "Die OS2.0+ Version läuft unter allen Systemen ab OS2.0."
  142.      " Die OS2.1+ Version hat den Nutzen, daß sie weniger Resourcen"
  143.      " benutzt, wenn sich %s im Hintergrund befindet. Dazu MUß"
  144.      " die Locale.library eingebunden sein. Für die OS3.0+ gilt das selbe"
  145.      " wie für die OS2.1 Verison. Es werden OS3.0+ Routinen benutzt, die"
  146.      " weiteren Speicher sparen."
  147. ))
  148.  
  149. (SET #App-Language "Welche Sprachen sollen installiert werden ?")
  150.  
  151. (SET #App-Language-help
  152. (CAT "\nDer Amiga kann in vielen verschiedenen Sprachen"
  153.          " arbeiten. Um Plattenkapazität zu sparen können Sie"
  154.          " nur die Sprachen anwählen, die sie benötigen"
  155.          " Haken Sie also einfach die Sprachen ab, die Sie"
  156.          " Ihrem System zugänglich machen wollen."
  157.           @askoptions-help
  158. ))
  159.  
  160. (SET #App-Docs "Welche Anleitungs- und Informationsdateien wollen Sie installieren ?")
  161.  
  162. (SET #startup-prompt    "\n\nJetzt werden für %s folgende Eintragungen in die S:User-Startup gemacht:\n\n%s")
  163.  
  164. (SET #App-Exit "\n\n%s installiert!!\n\nSie finden %s im Verzeichnis \"%s\"")
  165. ;------- DEINSTALL STRINGS
  166. (SET #App-DeinstallWhere "Wo liegt %s auf Ihrer Platte ?\n")
  167. (SET #App-Install "%s Installieren")
  168. (SET #App-DeInstall "%s Deinstallieren")
  169. (SET #bad-DeInstall "Es gibt keine %s Installation an der angegeben Position")
  170. (SET #StartupRemove-prompt "\n\nDie zu %s gehörenden Einträge in der User-startup werden gelöscht!")
  171. (SET #Deinstall-Done "\n%s ist jetzt deinstalliert!")
  172. ;--------- MINIMUM INSTALLATION STRINGS
  173. (SET #App-InstMinimum "Minimale Installation")
  174. (SET #App-InstMaximum "Maximale Installation")
  175. (SET #App-InstMaximumHelp
  176. (CAT  "\nDie minimale Installation benötigt ca 3KB auf Ihrer Festplatte!"
  177.       " Es werden nur eine Skriptdatei, einige Piktogramme und ein paar"
  178.       " Verzeichnisse erstellt, die BoulderDäsh braucht um Voreinstellungen,"
  179.       " Hiscores und z.B Ihre eigenen Level und Spiele zu speichern."
  180.       "\n\nDie maximale Installation benötigt ca 7MB auf Ihrer Festplatte!"
  181.       " Der Vorteil liegt hier eigentlich nur im schnelleren Zugriff bei"
  182.       " einem langsammen CDROM-Laufwerk. Auf das Spiel selber hat das aber"
  183.       " keinerlei Auswirkungen, da alle Daten vor Spielbeginn geladen werden."
  184.       "\n\nDie CD wird auch bei einer Komplettinstallation  immer noch"
  185.       " als Kopierschutz benötigt, es sei den Sie besitzen Ihr persönliches"
  186.       " BoulderDäsh keyfile"
  187. ))
  188.  
  189. )) ;IF Language
  190. ;=============================================================================
  191. ; français strings
  192. ;=============================================================================
  193.  
  194. (IF (= @language "français")
  195. (
  196. (SET default_lang 1)
  197.  
  198. (SET #bad-kick "Il vous faut le Workbench 2.0+")
  199. (SET #bad-installer
  200. (CAT "Vous avez une vieille version du programme 'Installer' "
  201.      "sur votre Amiga!\n\nLa procédu